home *** CD-ROM | disk | FTP | other *** search
- on startup
- set lockscreen to true
- if gridsnap = true then
-
- set showgrid to false
- set gridsnap to false
-
- else
-
- set displayGuides to true
- set showgrid to true
- set gridsnap to true
-
- end if
- set lockscreen to false
- end startup
-
- on help
-
- put dialog (preload, 128) into thedialog
- put "---a\0" into item2
- put "---a\1" into item3
- put "---a\2" into item4
-
-
- repeat forever
- get dialog(display, thedialog)
- if (it = 1) then exit repeat
- end repeat
- get dialog(dispose, thedialog)
-
- end help
-